var crypto/tls.testingOnlyForceClientHelloSignatureAlgorithms

3 uses

	crypto/tls (current package)
		handshake_client.go#L45: var testingOnlyForceClientHelloSignatureAlgorithms []SignatureScheme
		handshake_client.go#L137: 	if testingOnlyForceClientHelloSignatureAlgorithms != nil {
		handshake_client.go#L138: 		hello.supportedSignatureAlgorithms = testingOnlyForceClientHelloSignatureAlgorithms